/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a, .underline, .dashed, .dotted {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, .underline:active, .dashed:active, .dotted:active,
a:hover,
.underline:hover,
.dashed:hover,
.dotted:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* Additional
   ========================================================================== */
iframe {
  border: 0; }

*:focus {
  outline: none; }

/* iphone video controller fix
   ========================================================================== */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

@font-face {
  font-family: 'open sans';
  src: url("../fonts/opensans-bold_0-webfont.woff2") format("woff2"), url("../fonts/opensans-bold_0-webfont.woff") format("woff"), url("../fonts/opensans-bold_0-webfont.bin") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'open sans';
  src: url("../fonts/opensans-extrabold_0-webfont.woff2") format("woff2"), url("../fonts/opensans-extrabold_0-webfont.woff") format("woff"), url("../fonts/opensans-extrabold_0-webfont.bin") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'open sans';
  src: url("../fonts/opensans-light-webfont.woff2") format("woff2"), url("../fonts/opensans-light-webfont.woff") format("woff"), url("../fonts/opensans-light-webfont.bin") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'open sans';
  src: url("../fonts/opensans-regular_0-webfont.woff2") format("woff2"), url("../fonts/opensans-regular_0-webfont.woff") format("woff"), url("../fonts/opensans-regular_0-webfont.bin") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'open sans';
  src: url("../fonts/opensans-semibold_0-webfont.woff2") format("woff2"), url("../fonts/opensans-semibold_0-webfont.woff") format("woff"), url("../fonts/opensans-semibold_0-webfont.bin") format("truetype");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'opinion pro condensed';
  src: url("../fonts/opinionprocondensed-light-webfont.woff2") format("woff2"), url("../fonts/opinionprocondensed-light-webfont.woff") format("woff"), url("../fonts/opinionprocondensed-light-webfont.bin") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'opinion pro extended';
  src: url("../fonts/opinionproextended-light-webfont.woff2") format("woff2"), url("../fonts/opinionproextended-light-webfont.woff") format("woff"), url("../fonts/opinionproextended-light-webfont.bin") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'opinion pro';
  src: url("../fonts/opinionpro-light-webfont.woff2") format("woff2"), url("../fonts/opinionpro-light-webfont.woff") format("woff"), url("../fonts/opinionpro-light-webfont.bin") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'pt serif';
  src: url("../fonts/pt_serif-web-bolditalic-webfont.woff2") format("woff2"), url("../fonts/pt_serif-web-bolditalic-webfont.woff") format("woff"), url("../fonts/pt_serif-web-bolditalic-webfont.bin") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'pt serif';
  src: url("../fonts/pt_serif-web-italic-webfont.woff2") format("woff2"), url("../fonts/pt_serif-web-italic-webfont.woff") format("woff"), url("../fonts/pt_serif-web-italic-webfont.bin") format("truetype");
  font-weight: 400;
  font-style: italic; }

@media all and (max-width: 640px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media all and (max-width: 640px) {
    .visible-xs {
      display: block !important; } }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 15px*2);
    margin: 0;
    position: relative;
    left: -15px; }
  .row.row-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .row.row-3 [class*="col-"]:nth-child(3n+1) {
    clear: left; }
  .row.row-4 [class*="col-"]:nth-child(4n+1) {
    clear: left; }
  .row.row-no-pad {
    margin-left: 0;
    margin-right: 0; }
    .row.row-no-pad [class*="col-"] {
      padding: 0; }

[class*="col-"] {
  display: inline-block;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  [class*="col-"] > *:not(.row) {
    max-width: 100%;
    float: none; }
  [class*="col-"].pseudo-table-cell {
    float: none; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-1-6 {
  width: 16.66%; }

.col-5-6 {
  width: 82.33%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

.col-offset-1-2 {
  margin-left: 50% !important; }
  .col-offset-1-2.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(50% + 15px); }

.col-offset-1-3 {
  margin-left: 33.33% !important; }
  .col-offset-1-3.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(33.33% + 15px); }

.col-offset-1-4 {
  margin-left: 25% !important; }
  .col-offset-1-4.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(25% + 15px); }

.col-offset-1-6 {
  margin-left: 16.66% !important; }
  .col-offset-1-6.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(16.66% + 15px); }

.col-offset-1-8 {
  margin-left: 12.5% !important; }
  .col-offset-1-8.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(12.5% + 15px); }

.col-offset-1-12 {
  margin-left: 8.33% !important; }
  .col-offset-1-12.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(8.33% + 15px); }

@media all and (max-width: 640px) {
  .row.row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none; }
  .row.row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .col-xs-1 {
    margin-left: 0 !important;
    width: 100%; }
    .col-xs-1.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 15px); }
  .col-xs-5-6 {
    width: 83.33%; }
  .col-xs-4-6 {
    width: 66.66%; }
  .col-xs-1-2 {
    width: 50%; }
  .col-xs-1-3 {
    width: 33.33%; }
  .col-xs-1-4 {
    width: 25.00%; }
  .col-xs-1-6 {
    width: 16.66%; }
  .col-xs-offset-0 {
    margin-left: 0 !important; }
    .col-xs-offset-0.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 15px); }
  .col-xs-offset-1-4 {
    margin-left: 25% !important; }
    .col-xs-offset-1-4.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(25% + 15px); }
  .col-xs-offset-1-6 {
    margin-left: 16.66% !important; }
    .col-xs-offset-1-6.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(16.66% + 15px); } }

@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating infinite ease-in-out 5s;
  -moz-animation: floating infinite ease-in-out 5s;
  -ms-animation: floating infinite ease-in-out 5s;
  animation: floating infinite ease-in-out 5s; }

@-webkit-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating2 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating2 infinite ease-in-out 5s;
  -moz-animation: floating2 infinite ease-in-out 5s;
  -ms-animation: floating2 infinite ease-in-out 5s;
  animation: floating2 infinite ease-in-out 5s; }

@-webkit-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating3 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating3 infinite ease-in-out 5s;
  -moz-animation: floating3 infinite ease-in-out 5s;
  -ms-animation: floating3 infinite ease-in-out 5s;
  animation: floating3 infinite ease-in-out 5s; }

@-webkit-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating4 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating4 infinite ease-in-out 5s;
  -moz-animation: floating4 infinite ease-in-out 5s;
  -ms-animation: floating4 infinite ease-in-out 5s;
  animation: floating4 infinite ease-in-out 5s; }

@-webkit-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-moz-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-ms-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

.si-scale, .hover-scale-1:hover [class*="-image"] .icon, .hover-scale-1:hover [class*="-image"] .si-close, .hover-scale-1:hover [class*="-image"] .si-close-popup, .hover-scale-1:hover [class*="-image"] .item-trade::after,
.hover-scale-1:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-1:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale infinite ease-in-out 2s;
  -moz-animation: scale infinite ease-in-out 2s;
  -ms-animation: scale infinite ease-in-out 2s;
  animation: scale infinite ease-in-out 2s; }

@-webkit-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-moz-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-ms-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

.si-scale2, .hover-scale-2:hover [class*="-image"] .icon, .hover-scale-2:hover [class*="-image"] .si-close, .hover-scale-2:hover [class*="-image"] .si-close-popup, .hover-scale-2:hover [class*="-image"] .item-trade::after,
.hover-scale-2:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-2:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale2 infinite ease-in-out 2s;
  -moz-animation: scale2 infinite ease-in-out 2s;
  -ms-animation: scale2 infinite ease-in-out 2s;
  animation: scale2 infinite ease-in-out 2s; }

@-webkit-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #7ec208, 0 0 12px 14px #7ec208; }
  to {
    box-shadow: 0 0 18px 6px rgba(126, 194, 8, 0), 0 0 4px 71px rgba(126, 194, 8, 0); } }

@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #7ec208, 0 0 12px 14px #7ec208; }
  to {
    box-shadow: 0 0 18px 6px rgba(126, 194, 8, 0), 0 0 4px 71px rgba(126, 194, 8, 0); } }

@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #7ec208, 0 0 12px 14px #7ec208; }
  to {
    box-shadow: 0 0 18px 6px rgba(126, 194, 8, 0), 0 0 4px 71px rgba(126, 194, 8, 0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #7ec208, 0 0 12px 14px #7ec208; }
  to {
    box-shadow: 0 0 18px 6px rgba(126, 194, 8, 0), 0 0 4px 71px rgba(126, 194, 8, 0); } }

.si-button-pulse:hover, .btn-ghost:hover {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
  -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
  -ms-animation: si-button-pulse 0.8s 0s ease-out 1;
  animation: si-button-pulse 0.8s 0s ease-out 1;
  box-shadow: none; }

@-webkit-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; } }

@-moz-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; } }

@-ms-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; } }

@keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; } }

.border-expand, .btn-border-expand:hover::after, .btn-border-expand:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-expand 0.3s ease-out both 0.15s;
  -moz-animation: border-expand 0.3s ease-out both 0.15s;
  -ms-animation: border-expand 0.3s ease-out both 0.15s;
  animation: border-expand 0.3s ease-out both 0.15s; }

@-webkit-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #7ec208; } }

@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #7ec208; } }

@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #7ec208; } }

@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #7ec208;
    box-shadow: 0 0 0 3px #7ec208; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #7ec208; } }

.border-shrink, .btn-border-expand::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-shrink 0.3s ease-out both;
  -moz-animation: border-shrink 0.3s ease-out both;
  -ms-animation: border-shrink 0.3s ease-out both;
  animation: border-shrink 0.3s ease-out both; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@-moz-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@-ms-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.si-error, .hover-shake:hover [class*="-image"] .icon, .hover-shake:hover [class*="-image"] .si-close, .hover-shake:hover [class*="-image"] .si-close-popup, .hover-shake:hover [class*="-image"] .item-trade::after,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-moz-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-ms-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

.buzz-out, .hover-buzz-out:hover [class*="-image"] .icon, .hover-buzz-out:hover [class*="-image"] .si-close, .hover-buzz-out:hover [class*="-image"] .si-close-popup, .hover-buzz-out:hover [class*="-image"] .item-trade::after,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] img, .item-capabilities:hover .wrapper-svg, .item-achievements:hover .wrapper-svg {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

@-webkit-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-ms-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.si-rotate, .hover-rotate:hover [class*="-image"] .icon, .hover-rotate:hover [class*="-image"] .si-close, .hover-rotate:hover [class*="-image"] .si-close-popup, .hover-rotate:hover [class*="-image"] .item-trade::after,
.hover-rotate:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-rotate:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-rotate infinite linear 1.8s;
  -moz-animation: si-rotate infinite linear 1.8s;
  -ms-animation: si-rotate infinite linear 1.8s;
  animation: si-rotate infinite linear 1.8s; }

@-webkit-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.pulse, .hover-scale-3:hover [class*="-image"] .icon, .hover-scale-3:hover [class*="-image"] .si-close, .hover-scale-3:hover [class*="-image"] .si-close-popup, .hover-scale-3:hover [class*="-image"] .item-trade::after,
.hover-scale-3:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-3:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 4s ease infinite;
  -moz-animation: pulse 4s ease infinite;
  -ms-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite; }

@-webkit-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-moz-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-ms-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

.carpet-float, .hover-float:hover [class*="-image"] .icon, .hover-float:hover [class*="-image"] .si-close, .hover-float:hover [class*="-image"] .si-close-popup, .hover-float:hover [class*="-image"] .item-trade::after,
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: carpet-float 1.6s ease infinite;
  -moz-animation: carpet-float 1.6s ease infinite;
  -ms-animation: carpet-float 1.6s ease infinite;
  animation: carpet-float 1.6s ease infinite; }

@-webkit-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@-moz-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@-ms-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

.btn-ani-shadow {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-ani-shadow 0.3s ease both;
  -moz-animation: btn-ani-shadow 0.3s ease both;
  -ms-animation: btn-ani-shadow 0.3s ease both;
  animation: btn-ani-shadow 0.3s ease both; }

@-webkit-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-moz-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-ms-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

.btn-fall, .btn-curtain:hover::after, .btn-curtain:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-fall 0.3s ease forwards;
  -moz-animation: btn-fall 0.3s ease forwards;
  -ms-animation: btn-fall 0.3s ease forwards;
  animation: btn-fall 0.3s ease forwards; }

@-webkit-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-moz-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-ms-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

.btn-lift, .btn-curtain::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-lift 0.3s ease forwards;
  -moz-animation: btn-lift 0.3s ease forwards;
  -ms-animation: btn-lift 0.3s ease forwards;
  animation: btn-lift 0.3s ease forwards; }

@-webkit-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate-loader, .a-loader.a-loader-1 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-loader 1.5s linear infinite;
  -moz-animation: rotate-loader 1.5s linear infinite;
  -ms-animation: rotate-loader 1.5s linear infinite;
  animation: rotate-loader 1.5s linear infinite; }

@-webkit-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-moz-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-ms-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

.loader-bar, .a-loader.a-loader-2 [class*="bar"] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader-bar 1s linear infinite;
  -moz-animation: loader-bar 1s linear infinite;
  -ms-animation: loader-bar 1s linear infinite;
  animation: loader-bar 1s linear infinite; }

* {
  box-sizing: border-box; }

html {
  color: #2c2c2c;
  background: #fff;
  font: 400 16px/24px 'open sans';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 640px) {
    html {
      min-width: 620px; } }

body {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 640px) {
    body {
      min-width: 620px; } }

#global-wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative; }
  @media all and (max-width: 640px) {
    #global-wrapper {
      min-width: 620px; } }

.container {
  display: block;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .container {
      width: 600px;
      padding: 0; } }

h1 {
  margin: 0;
  font: 300 52px/56px 'opinion pro', sans-serif; }
  @media all and (max-width: 640px) {
    h1 {
      font: 300 44px/48px 'opinion pro', sans-serif; } }

h2 {
  margin: 0;
  font: 300 45px/49px 'opinion pro', sans-serif; }
  @media all and (max-width: 640px) {
    h2 {
      font: 300 44px/50px 'opinion pro', sans-serif; } }

h3 {
  margin: 0; }

p, ul.marked {
  padding: 0;
  margin: 0 0 10px; }

img {
  max-width: 100%;
  height: auto; }

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0; }

a, .underline, .dashed, .dotted {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00a1dd;
  text-decoration: none;
  cursor: pointer !important;
  line-height: 1.2; }
  a.dark, .dark.underline, .dark.dashed, .dark.dotted {
    color: #2c2c2c;
    border-color: #2c2c2c; }
  a.light, .light.underline, .light.dashed, .light.dotted {
    color: #fff;
    border-color: #fff; }
  a.primary, .primary.underline, .primary.dashed, .primary.dotted {
    color: #bbb;
    border-color: #bbb; }
  a.offtop, .offtop.underline, .offtop.dashed, .offtop.dotted {
    color: #bbb;
    border-color: #bbb; }
  
  a:hover,
  .underline:hover,
  .dashed:hover,
  .dotted:hover, a:active, .underline:active, .dashed:active, .dotted:active {
    color: #7ec208;
    border-color: #7ec208; }
  .question:hover a, .question:hover .underline, .question:hover .dashed, .question:hover .dotted,
  .question:active a,
  .question:active .underline,
  .question:active .dashed,
  .question:active .dotted {
    color: #00a1dd !important;
    border-color: #00a1dd !important; }
  a.accent, .accent.underline, .accent.dashed, .accent.dotted {
    color: #7ec208;
    border-color: #7ec208; }
    a.accent:hover, .accent.underline:hover, .accent.dashed:hover, .accent.dotted:hover, a.accent:active, .accent.underline:active, .accent.dashed:active, .accent.dotted:active {
      color: #00a1dd;
      border-color: #00a1dd; }

.underline {
  border-bottom: 1px solid #00a1dd; }

.dashed {
  border-bottom: 1px dashed #00a1dd; }

.dotted {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  vertical-align: top; }
  .dotted::after {
    content: ".....................................................................................................................";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500; }

ul.nav {
  padding: 0;
  margin: 0; }
  ul.nav li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    list-style: none; }
    ul.nav li > a, ul.nav li > .underline, ul.nav li > .dashed, ul.nav li > .dotted,
    ul.nav li > span {
      display: inline-block;
      width: 100%;
      text-align: center;
      cursor: pointer !important; }

ul.not-marked {
  padding: 0;
  margin: 0; }
  ul.not-marked li {
    list-style: none; }

ul.marked li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative; }
  ul.marked li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

[class*="slider-holder"] {
  position: relative; }

.swiper-button-prev, .swiper-button-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: none !important;
  left: 0px; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-disabled.swiper-button-next {
    opacity: 0; }
  .swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:active, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  .swiper-button-prev .icon, .swiper-button-next .icon, .swiper-button-prev .si-close, .swiper-button-next .si-close, .swiper-button-prev .si-close-popup, .swiper-button-next .si-close-popup, .swiper-button-prev .item-trade::after, .swiper-button-next .item-trade::after,
  .swiper-button-prev .svg-icon,
  .swiper-button-next .svg-icon {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.swiper-button-next {
  left: auto;
  right: 0px; }
  .swiper-button-next:hover, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }

.swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #7ec208;
    width: 8px;
    height: 8px;
    opacity: 1 !important;
    margin: 0 0px; }
    .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet:active, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:active,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #bbb; }

.clearfix::before {
  content: "";
  display: table; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.hidden {
  display: none; }

.primary {
  color: #bbb; }

.accent {
  color: #7ec208; }

.offtop {
  color: #bbb; }

.light-text, .dark-text, .primary-text, .accent-text {
  display: inline-block;
  color: #2c2c2c;
  background: #fff;
  padding: 0 5px; }

.dark-text {
  color: #fff;
  background: #2c2c2c; }

.primary-text {
  background: #bbb; }

.accent-text {
  background: #7ec208; }

.pseudo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.pseudo-table-cell {
  display: table-cell;
  vertical-align: middle; }
  .pseudo-table-cell.full-width {
    width: 100%; }

.spoiler-content-visible {
  height: auto !important; }

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

html.loading {
}
  html.loading .loader {
    opacity: 1; }

.loader {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  color: #2c2c2c;
  background: #2c2c2c;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition-duration: .5s; }

.a-loader {
  display: inline-block;
  width: 181px;
  height: 55px;
  position: relative; }
  .a-loader [class*="bar"] {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
    margin-bottom: 7.5px;
    border-top: 14px solid #bbb;
    border-radius: 2px; }
  .a-loader.a-loader-1 .bar-1 {
    opacity: .125; }
  .a-loader.a-loader-1 .bar-2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: .25; }
  .a-loader.a-loader-1 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .375; }
  .a-loader.a-loader-1 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .5; }
  .a-loader.a-loader-1 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .625; }
  .a-loader.a-loader-1 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: .75; }
  .a-loader.a-loader-1 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .875; }
  .a-loader.a-loader-1 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  .a-loader.a-loader-2 .bar-1 {
    animation-delay: 0.12s; }
  .a-loader.a-loader-2 .bar-2 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    animation-delay: 0.24s; }
  .a-loader.a-loader-2 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-delay: 0.36s; }
  .a-loader.a-loader-2 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    animation-delay: 0.48s; }
  .a-loader.a-loader-2 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-delay: 0.64s; }
  .a-loader.a-loader-2 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    animation-delay: 0.72s; }
  .a-loader.a-loader-2 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    animation-delay: 0.84s; }
  .a-loader.a-loader-2 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    animation-delay: 0.96s; }
  @media all and (max-width: 1100px) {
    .a-loader {
      display: none; } }
  .a-loader [class*="path-"] {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-animation: logo-appear ease-in-out both 0.8s;
    -moz-animation: logo-appear ease-in-out both 0.8s;
    -ms-animation: logo-appear ease-in-out both 0.8s;
    animation: logo-appear ease-in-out both 0.8s; }
  .a-loader .path-1 {
    -webkit-animation-delay: 0;
    -o-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0; }

.loader-text {
  margin-top: 16px; }
  .loader-text::after {
    content: "...";
    position: absolute; }

@-webkit-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-moz-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-ms-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

::-webkit-input-placeholder {
  opacity: 1;
  color: #959595; }

:-moz-placeholder {
  opacity: 1;
  color: #959595; }

::-moz-placeholder {
  opacity: 1;
  color: #959595; }

:-ms-input-placeholder {
  opacity: 1;
  color: #959595; }

.placeholder {
  opacity: 1;
  color: #959595; }

:focus::-webkit-input-placeholder {
  opacity: 0; }

:focus:-moz-placeholder {
  opacity: 0; }

:focus::-moz-placeholder {
  opacity: 0; }

:focus:-ms-input-placeholder {
  opacity: 0; }

:focus.placeholder {
  opacity: 0; }

input.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])::-webkit-input-placeholder, textarea.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-webkit-input-placeholder {
  color: #cb0707; }

input.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-moz-placeholder, .hover-shake:hover [class*="-image"] input.item-trade:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-moz-placeholder:not([class*="border-"]), textarea.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.item-trade:-moz-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-moz-placeholder:not([class*="border-"]) {
  color: #cb0707; }

input.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])::-moz-placeholder, textarea.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-moz-placeholder {
  color: #cb0707; }

input.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.item-trade:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] input.svg-icon:-ms-input-placeholder:not([class*="border-"]), textarea.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.item-trade:-ms-input-placeholder::after,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-ms-input-placeholder:not([class*="border-"]) {
  color: #cb0707; }

input.si-error.placeholder, .hover-shake:hover [class*="-image"] input.placeholder.icon, .hover-shake:hover [class*="-image"] input.placeholder.si-close, .hover-shake:hover [class*="-image"] input.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] input.placeholder.item-trade::after,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup, .hover-shake:hover [class*="-image"] textarea.placeholder.item-trade::after,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon:not([class*="border-"]) {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input.icon[type=text], .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input.si-close[type=email], .hover-shake:hover [class*="-image"] input.si-close-popup[type=email], .hover-shake:hover [class*="-image"] input.item-trade[type=email]::after,
.hover-shake:hover [class*="-image"] input.icon[type=tel], .hover-shake:hover [class*="-image"] input.si-close[type=tel], .hover-shake:hover [class*="-image"] input.si-close-popup[type=tel], .hover-shake:hover [class*="-image"] input.item-trade[type=tel]::after, .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] textarea.item-trade::after, .hover-shake:hover [class*="-image"] input.si-close[type=text], .hover-shake:hover [class*="-image"] input.si-close-popup[type=text], .hover-shake:hover [class*="-image"] input.item-trade[type=text]::after,
.hover-shake:hover [class*="-image"] input.svg-icon[type=text]:not([class*="border-"]), .hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=email],
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=tel], .hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"]), input.si-error[type=email],
input.si-error[type=tel], textarea.si-error {
  color: #cb0707 !important;
  border-color: #cb0707 !important; }

label {
  cursor: pointer !important; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  color: #2c2c2c !important;
  width: 100%;
  background: no-repeat #fff;
  border: 1px solid #fff;
  padding: 16px 64px;
  margin-bottom: 30px;
  border-radius: 4px;
  font: 300 13px/1 'open sans', sans-serif; }
  @media all and (max-width: 640px) {
    input[type=text], input[type=email],
    input[type=tel], textarea {
      padding: 19px 64px; } }

textarea {
  resize: none !important;
  height: auto;
  padding: 0px 0px; }

.ani-input-holder {
  margin-bottom: 15px; }
  .ani-input-holder label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 0 0px;
    position: relative;
    z-index: 5;
    cursor: pointer !important;
    top: 33px; }
  .ani-input-holder input[type=text], .ani-input-holder input[type=email],
  .ani-input-holder input[type=tel], .ani-input-holder textarea {
    color: transparent;
    background: transparent;
    padding: 0 0px;
    border: 0 solid transparent;
    border-bottom: 2px solid #fff;
    height: 36px; }
  .ani-input-holder.active label {
    top: 10px;
    margin-bottom: 18px; }
  .ani-input-holder.active input[type=text], .ani-input-holder.active input[type=email],
  .ani-input-holder.active input[type=tel], .ani-input-holder.active textarea {
    color: #fff; }

.checkbox-label, .radio-label {
  display: block;
  text-align: left;
  padding-left: 24px;
  position: relative !important;
  width: 400px;
  margin: 0 auto; }
  @media all and (max-width: 640px) {
    .checkbox-label, .radio-label {
      width: 320px; } }

.jq-checkbox, .jq-radio {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 1px solid #b4b6b8 !important;
  border-radius: 2px;
  margin: 0;
  position: absolute !important;
  top: 4px;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.jq-checkbox__div, .jq-radio__div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block !important;
  background: transparent !important;
  border-radius: 1px !important;
  width: 9px !important;
  height: 6px !important;
  background: url("../images/checkbox-bg.png") no-repeat 50% 50% transparent !important;
  border-radius: 4px !important;
  opacity: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .checkbox-label:hover .jq-checkbox__div, .radio-label:hover .jq-checkbox__div, .checkbox-label:hover .jq-radio__div, .radio-label:hover .jq-radio__div,
  .checkbox-label:active .jq-checkbox__div,
  .radio-label:active .jq-checkbox__div,
  .checkbox-label:active .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-checkbox.checked .jq-checkbox__div,
  .checked.jq-radio .jq-checkbox__div,
  .jq-checkbox.checked .jq-radio__div,
  .checked.jq-radio .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-radio {
  border-radius: 50%; }

.jq-radio__div {
  width: 8px !important;
  height: 8px !important;
  background: #bbb !important;
  border-radius: 50% !important; }
  .radio-label:hover .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-radio.checked .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-selectbox {
  display: block !important;
  width: 100% !important; }
  .jq-selectbox li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #2c2c2c !important;
    background: #fff !important; }
    .jq-selectbox li:hover, .jq-selectbox li:active, .jq-selectbox li.selected {
      background: #bbb !important; }

.jq-selectbox__select {
  display: block;
  width: 100%;
  color: #2c2c2c;
  height: 30px;
  padding: 0 35px 0 5px;
  border: 1px solid #fff !important;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important; }

.jq-selectbox__select-text {
  height: 30px; }

.jq-selectbox__trigger {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  border: 0 !important; }

.jq-selectbox__trigger-arrow {
  display: none; }

.jq-selectbox__dropdown {
  color: #2c2c2c;
  width: 100%;
  height: auto !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  top: 100% !important;
  bottom: auto !important;
  z-index: -1 !important; }

.btn-holder {
  position: relative;
  z-index: 1; }

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  width: 300px;
  color: #fff;
  background: #7ec208;
  font: 300 13px/1 'open sans', sans-serif;
  text-transform: uppercase; }
  .btn::before, .btn::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: -1; }
  .btn:hover, .btn:active {
    color: #fff !important;
    background: #5e9106; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }
  .btn.btn-consult {
    width: 206px;
    border: 1px solid #7ec208;
    background: transparent;
    font: 300 14px/1 'open sans', sans-serif;
    color: #fff;
    padding: 15px 0;
    text-transform: none; }
    .btn.btn-consult:hover {
      background: #7ec208; }
  .btn.btn-programm {
    width: 208px;
    padding: 15px 0;
    background: transparent;
    border: 1px solid #7ec208;
    color: #2c2c2c;
    font: 400 15px/1 'open sans', sans-serif;
    text-transform: none;
    margin: 0 auto 30px;
    display: block; }
    .btn.btn-programm:hover {
      background: #5e9106; }
  .btn.btn-form {
    text-transform: none;
    padding: 22px 0; }
    @media all and (max-width: 640px) {
      .btn.btn-form {
        width: 320px !important;
        padding: 25px 0;
        font: 300 15px/1 'open sans', sans-serif; } }
  .btn.btn-author {
    width: 210px;
    text-transform: none;
    font: 400 15px/1 'open sans', sans-serif; }
  .btn.btn-contact {
    background: #7ec208;
    text-transform: none;
    font: 400 15px/1 'open sans', sans-serif;
    width: 226px;
    padding: 22px 0; }

.btn-accent {
  color: #2c2c2c !important;
  background: #7ec208; }
  .btn-accent:hover, .btn-accent:active {
    color: #fff !important;
    background: #bbb; }

.btn-bordered {
  color: #2c2c2c !important;
  background: transparent;
  border: 3px solid #7ec208; }

.btn-curtain::after {
  background: #7ec208;
  top: auto;
  bottom: auto; }

.btn-curtain:hover, .btn-curtain:active {
  color: #fff !important;
  border-color: #7ec208; }

.btn-border-expand {
  position: relative; }
  .btn-border-expand::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    left: 0; }
  .btn-border-expand:hover::after, .btn-border-expand:active::after {
    width: calc(100% + 12px) !important;
    height: calc(100% + 12px) !important;
    left: -6px; }

.icon, .si-close, .si-close-popup, .item-trade::after {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.icon-zoom, .item-trade::after {
  width: 34px;
  height: 34px;
  background: url("../images/icon-zoom.png") no-repeat 50% 50%;
  border-radius: 50%; }
  .icon-zoom::after, .item-trade::after {
    top: -27%; }

.will-change {
  background: none; }
  .will-change::before, .will-change::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat transparent; }
  .will-change::before {
    opacity: 1; }
  .will-change::after {
    opacity: 0; }
  .will-change:hover::before, .will-change:active::before, .will-change.active::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after, .will-change.active::after {
    opacity: 1; }
  .will-change:hover::before, .will-change:active::before,
  a:hover .will-change::before,
  .underline:hover .will-change::before,
  .dashed:hover .will-change::before,
  .dotted:hover .will-change::before,
  a:active .will-change::before,
  .underline:active .will-change::before,
  .dashed:active .will-change::before,
  .dotted:active .will-change::before,
  .question:hover .will-change::before,
  .question:active .will-change::before,
  .question-item.active .question .will-change::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after,
  a:hover .will-change::after,
  .underline:hover .will-change::after,
  .dashed:hover .will-change::after,
  .dotted:hover .will-change::after,
  a:active .will-change::after,
  .underline:active .will-change::after,
  .dashed:active .will-change::after,
  .dotted:active .will-change::after,
  .question:hover .will-change::after,
  .question:active .will-change::after,
  .question-item.active .question .will-change::after {
    opacity: 1; }

.svg-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd; }

.close, .si-close {
  width: 24px !important;
  height: 24px !important;
  fill: #2c2c2c; }
  a:hover .close, .underline:hover .close, .dashed:hover .close, .dotted:hover .close, a:hover .si-close, .underline:hover .si-close, .dashed:hover .si-close, .dotted:hover .si-close,
  a:active .close,
  .underline:active .close,
  .dashed:active .close,
  .dotted:active .close,
  a:active .si-close,
  .underline:active .si-close,
  .dashed:active .si-close,
  .dotted:active .si-close {
    fill: #7ec208; }

.arrow-right {
  height: 44px;
  width: 42px; }
  .arrow-right:hover .st0 {
    fill: #7ec208; }
  .arrow-right .st0 {
    fill: #fff; }

.arrow-left {
  height: 44px;
  width: 42px; }
  .arrow-left:hover .st0 {
    fill: #7ec208; }
  .arrow-left .st0 {
    fill: #fff; }

.check {
  width: 20px;
  height: 20px; }
  .check .st0 {
    fill: #7ec208; }

.check-2 {
  width: 20px;
  height: 20px; }
  .check-2 .st0 {
    fill: #7ec208; }

.film {
  width: 36px;
  height: 36px; }
  .film .st0 {
    fill: #7ec208; }

.folder {
  width: 33px;
  height: 33px; }
  .folder .st0 {
    fill: #7ec208; }

.certificate {
  width: 36px;
  height: 40px; }
  .certificate .st0 {
    fill: #7ec208; }

.refresh {
  width: 19px;
  height: 21px; }
  .refresh .st0 {
    fill: #666; }

.telephone {
  width: 23px;
  height: 22px; }
  .telephone .st0 {
    fill: #7ec208; }

.user {
  height: 18px;
  width: 22px; }
  .user .st0 {
    fill: #7ec208; }

.mail {
  width: 28px;
  height: 22px; }
  .mail .st0 {
    fill: #7ec208; }

.capabilities-1 {
  width: 66px;
  height: 62px; }
  .capabilities-1 .st0 {
    fill: #7ec208; }

.capabilities-2 {
  width: 66px;
  height: 62px; }
  .capabilities-2 .st0 {
    fill: #7ec208; }

.capabilities-3 {
  width: 66px;
  height: 62px; }
  .capabilities-3 .st0 {
    fill: #7ec208; }

.capabilities-4 {
  width: 66px;
  height: 62px; }
  .capabilities-4 .st0 {
    fill: #7ec208; }

.capabilities-5 {
  width: 66px;
  height: 62px; }
  .capabilities-5 .st0 {
    fill: #7ec208; }

.capabilities-6 {
  width: 66px;
  height: 62px; }
  .capabilities-6 .st0 {
    fill: #7ec208; }

.arrow-next {
  width: 34px;
  height: 34px; }
  .arrow-next .st0 {
    fill: #7EC208; }
  .arrow-next .st1 {
    fill: none;
    stroke: #7EC208;
    stroke-width: 4;
    stroke-miterlimit: 10; }

.arrow-prev {
  width: 34px;
  height: 34px; }
  .arrow-prev .st0 {
    fill: #7EC208; }
  .arrow-prev .st1 {
    fill: none;
    stroke: #7EC208;
    stroke-width: 4;
    stroke-miterlimit: 10; }

.quotes {
  width: 90px;
  height: 70px; }
  .quotes .st0 {
    fill: none;
    stroke: #FFB600;
    stroke-width: 20;
    stroke-miterlimit: 10; }
  .quotes .st1 {
    fill: #F4F6F5; }
  .quotes .st2 {
    font-family: 'Bodoni-Bold'; }
  .quotes .st3 {
    font-size: 242.9564px; }

.presentation {
  width: 36px;
  height: 36px; }
  .presentation .st0 {
    fill: #7ec208; }

.badge {
  width: 70px;
  height: 55px; }
  .badge .st0 {
    fill: #fff; }

.video-camera {
  width: 70px;
  height: 55px; }

.award {
  width: 70px;
  height: 52px; }
  .award .st0 {
    fill: #fff; }

.marketing {
  width: 70px;
  height: 55px; }
  .marketing .st0 {
    fill: #fff; }

.layout-header {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 14px;
  height: 76px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
  @media all and (max-width: 640px) {
    .layout-header {
      padding-top: 24px;
      height: 86px; } }
  .layout-header .si-phone {
    padding-top: 0px; }

.logo {
  display: inline-block;
  margin-top: 4px; }
  .logo img {
    display: block; }

.si-phone {
  display: inline-block; }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    margin-right: 16px;
    font: 300 23px/1 'opinion pro extended', sans-serif;
    color: #fff;
    position: relative;
    top: 4px; }
    .si-phone .phone-link:hover {
      color: #7ec208; }
    .si-phone .phone-link img {
      margin-right: 14px; }

.menu-btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  left: 2px;
  top: 16px;
  cursor: pointer;
  height: 60px;
  width: 70px; }
  .menu-btn.active {
    left: 90%; }
    .menu-btn.active span {
      background: transparent; }
      .menu-btn.active span::after {
        width: 27px;
        background: #2c2c2c;
        transform: rotate(45deg);
        top: -2px; }
      .menu-btn.active span::before {
        width: 27px;
        background: #2c2c2c;
        transform: rotate(-45deg);
        top: -2px; }
  .menu-btn span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
    width: 27px;
    height: 2px;
    background: #fff;
    top: 48%;
    left: 28%; }
    .menu-btn span::after {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      width: 21px;
      height: 2px;
      background: #fff;
      position: absolute;
      top: -6px;
      left: 0; }
    .menu-btn span::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      content: '';
      width: 17px;
      height: 2px;
      background: #fff;
      position: absolute;
      bottom: -6px;
      left: 0; }

.mobile-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  opacity: 0;
  z-index: -100; }
  .mobile-nav.active {
    opacity: 1; }
  .mobile-nav.visible {
    z-index: 150; }
  .mobile-nav .title-menu {
    font: 700 30px/1 'open sans', sans-serif;
    color: #1f1f1f;
    margin-bottom: 60px; }
  .mobile-nav .pseudo-table,
  .mobile-nav .pseudo-table-cell {
    position: relative;
    z-index: 5; }
  .mobile-nav .nav-overlay {
    background: #fff; }
  .mobile-nav ul.nav {
    display: inline-block;
    z-index: 15; }
    .mobile-nav ul.nav li {
      display: block;
      margin-bottom: 16px; }
      @media all and (max-width: 640px) {
        .mobile-nav ul.nav li {
          margin-bottom: 36px; } }
    .mobile-nav ul.nav a, .mobile-nav ul.nav .underline, .mobile-nav ul.nav .dashed, .mobile-nav ul.nav .dotted {
      font: 25px/22px "open sans", sans-serif;
      width: auto;
      color: #2c2c2c !important;
      border-bottom: 1px solid #2c2c2c; }
      .mobile-nav ul.nav a:hover, .mobile-nav ul.nav .underline:hover, .mobile-nav ul.nav .dashed:hover, .mobile-nav ul.nav .dotted:hover, .mobile-nav ul.nav a:active, .mobile-nav ul.nav .underline:active, .mobile-nav ul.nav .dashed:active, .mobile-nav ul.nav .dotted:active, .mobile-nav ul.nav a.active, .mobile-nav ul.nav .active.underline, .mobile-nav ul.nav .active.dashed, .mobile-nav ul.nav .active.dotted {
        color: #7ec208;
        border-bottom: 2px solid #2c2c2c; }

.show-menu {
  z-index: 200; }

.layout-footer {
  padding: 30px 0 40px;
  background: #f3f3f3; }
  .layout-footer .si-phone {
    padding-top: 0px; }
  .layout-footer .info-text {
    font: 400 14px/1 'open sans', sans-serif;
    float: left;
    color: #2c2c2c; }
    .layout-footer .info-text:hover {
      color: #7ec208; }
  .layout-footer a, .layout-footer .underline, .layout-footer .dashed, .layout-footer .dotted {
    font: 400 14px/1 'open sans', sans-serif;
    float: right; }
    .layout-footer a:hover, .layout-footer .underline:hover, .layout-footer .dashed:hover, .layout-footer .dotted:hover {
      color: #7ec208; }
    .layout-footer a span, .layout-footer .underline span, .layout-footer .dashed span, .layout-footer .dotted span {
      border-bottom: 1px solid #2c2c2c; }

html.si-lock {
  overflow: hidden !important; }

html.si-lock2 {
  height: 100% !important;
  overflow: hidden !important; }

.fancybox-margin {
  margin-right: 0 !important; }

.si-overlay, .si-overlay-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.8);
  z-index: 203; }

.si-overlay-2 {
  z-index: 205; }

.si-modals-wrapper, .si-modals-wrapper-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 203; }

.si-modals-wrapper-2 {
  z-index: 205; }

.si-close {
  position: absolute !important;
  top: -26px;
  right: -26px; }
  @media all and (max-width: 640px) {
    .si-close {
      right: 0;
      top: -30px; } }

.si-modal, .si-success-modal {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  transition-duration: 0.5s;
  display: none;
  position: relative;
  color: #2c2c2c;
  background: #fff;
  padding: 100px 90px 40px;
  width: 620px;
  margin: 50px auto;
  border-radius: 4px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1); }
  @media all and (max-width: 640px) {
    .si-modal, .si-success-modal {
      width: 580px;
      margin: 100px auto 0; } }
  .si-modal.si-visible, .si-visible.si-success-modal {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .si-modal .btn-holder, .si-success-modal .btn-holder {
    margin-bottom: 30px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 100%;
    font: 400 20px/1 'open sans', sans-serif;
    padding: 28px 0; }
  .si-modal .wrapper-input, .si-success-modal .wrapper-input {
    width: 420px; }
    @media all and (max-width: 640px) {
      .si-modal .wrapper-input, .si-success-modal .wrapper-input {
        width: 100%; } }
  .si-modal input, .si-success-modal input {
    border: 1px solid #ddd;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 20px 64px; }
  .si-modal .form-agree, .si-success-modal .form-agree {
    font: 400 12px/15px 'open sans', sans-serif;
    color: #969696; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 40px;
  font: 600 43px/1 'open sans', sans-serif; }

.modal-time, .success-time {
  margin-bottom: 54px;
  font: 400 26px/30px 'open sans', sans-serif; }

.modal-text-block {
  margin-top: 0px; }

.si-success-modal {
  padding: 100px 50px 40px; }
  .si-success-modal strong {
    display: block; }

.si-success-modal-title {
  font: 600 37px/1 'open sans', sans-serif; }

.si-page-message-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: hidden;
  z-index: 299;
  background: rgba(0, 0, 0, 0.8);
  transition-duration: 0.5s; }
  .si-page-message-overlay.show {
    opacity: 1;
    visibility: visible; }

.si-page-message {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.5s;
  width: 101%;
  height: 0;
  color: #fff;
  background: #7ec208;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  box-shadow: 0 0 10px #000; }
  .si-page-message.show {
    height: 200px;
    opacity: 1;
    visibility: visible;
    z-index: 300; }

.si-page-message-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  transition-duration: 0.5s;
  opacity: 0;
  position: relative; }
  .si-page-message-inner.show {
    opacity: 1; }
  .si-page-message-inner .centered {
    display: table;
    width: 100%;
    height: 100%; }

.si-page-message-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.wrapper-check-svg {
  margin-bottom: 30px; }
  .wrapper-check-svg .check {
    width: 50px;
    height: 50px; }

.si-popup-holder {
  cursor: pointer !important;
  position: relative;
  z-index: 1; }
  .si-popup-holder.active {
    z-index: 5; }

.si-popup {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  background: #fff;
  padding: 30px 30px;
  z-index: 1;
  cursor: default !important; }
  .si-popup.visible {
    will-change: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1;
    z-index: 4; }

.si-close-popup {
  position: absolute;
  top: 30px;
  right: 30px; }

.nav.nav-tabs {
  width: 100%;
  text-align: center; }

.tab-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important; }

.tabs-content-container {
  width: 100%;
  overflow: hidden; }

.tab-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .tab-content.active {
    opacity: 1;
    height: auto;
    z-index: 10; }

[class*="section-"] {
  position: relative;
  z-index: 1; }

.section-heading {
  background: url("../images/heading-bg.jpg") no-repeat 50% 50% transparent;
  padding: 86px 0 110px;
  position: relative;
  overflow: hidden;
  color: #fff;
  height: 700px; }
  @media all and (max-width: 640px) {
    .section-heading {
      padding: 134px 0 80px;
      height: 540px; } }
  .section-heading h1 {
    margin-bottom: 66px;
    position: relative;
    top: 198px;
    z-index: 10; }
    @media all and (max-width: 640px) {
      .section-heading h1 {
        margin-bottom: 48px;
        top: 124px; } }

.wrapper-heading-slider {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto; }

.heading-prev {
  top: calc(100% - 130px);
  left: calc(75% + 6px);
  z-index: 20; }
  @media all and (max-width: 640px) {
    .heading-prev {
      display: none; } }

.heading-next {
  top: calc(100% - 130px);
  left: calc(78% + 8px);
  z-index: 20; }
  @media all and (max-width: 640px) {
    .heading-next {
      display: none; } }

.heading-slide {
  background-size: cover;
  width: 100%;
  height: 700px !important; }
  @media all and (max-width: 640px) {
    .heading-slide {
      height: 540px !important; } }
  .heading-slide.i-1 {
    background: url("../images/heading-slides/1.jpg") no-repeat 50% 50%; }
  .heading-slide.i-2 {
    background: url("../images/heading-slides/2.jpg") no-repeat 50% 50%; }
  .heading-slide.i-3 {
    background: url("../images/heading-slides/3.jpg") no-repeat 50% 50%; }
  .heading-slide.i-4 {
    background: url("../images/heading-slides/4.jpg") no-repeat 50% 50%; }
  .heading-slide.i-5 {
    background: url("../images/heading-slides/5.jpg") no-repeat 0% 0%; }

.global-nav {
  margin-bottom: 88px; }
  .global-nav ul {
    margin: 0;
    padding: 0; }
  .global-nav li {
    display: inline-block;
    list-style-type: none; }
    .global-nav li:hover a, .global-nav li:hover .underline, .global-nav li:hover .dashed, .global-nav li:hover .dotted {
      color: #7ec208;
      border-bottom: 1px solid #7ec208; }
    .global-nav li:not(:first-child) {
      margin-left: 20px; }
  .global-nav a, .global-nav .underline, .global-nav .dashed, .global-nav .dotted {
    font: 400 13px/1 'open sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid transparent; }

.item-heading {
  font: 300 15px/21px 'open sans', sans-serif;
  padding-right: 40px;
  position: relative;
  top: 198px;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .item-heading {
      padding: 0 0 0 10px;
      font: 300 14px/20px 'open sans', sans-serif;
      margin-bottom: 44px;
      top: 124px; } }
  .item-heading::before {
    content: '';
    position: absolute;
    top: 12px;
    left: -40px;
    width: 21px;
    height: 1px;
    background: #fff; }
    @media all and (max-width: 640px) {
      .item-heading::before {
        left: -20px; } }
  .item-heading.i-1 {
    padding-left: 32px; }
    .item-heading.i-1::before {
      left: 0; }

.btn-heading-consult {
  position: relative;
  margin-top: 320px; }
  @media all and (max-width: 640px) {
    .btn-heading-consult {
      margin-top: 280px; } }

.container-slider {
  display: block;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  z-index: 10; }
  @media all and (max-width: 640px) {
    .container-slider {
      width: 600px;
      padding: 0; } }
  .container-slider::before {
    content: '';
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: rgba(0, 0, 0, 0.61);
    z-index: 10; }

.section-knowledge {
  padding: 100px 0 128px; }
  @media all and (max-width: 640px) {
    .section-knowledge {
      padding: 78px 0 64px; } }
  .section-knowledge h2 {
    margin-bottom: 28px; }
    @media all and (max-width: 640px) {
      .section-knowledge h2 {
        margin-bottom: 32px; } }
  .section-knowledge .subtitle-h2 {
    margin-bottom: 58px; }
    @media all and (max-width: 640px) {
      .section-knowledge .subtitle-h2 {
        margin-bottom: 38px; } }

.wrapper-knowledge-slider {
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1); }

.knowledge-block {
  position: relative;
  height: 392px; }
  @media all and (max-width: 640px) {
    .knowledge-block {
      height: 775px; } }
  .knowledge-block .knowledge-image {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    right: auto; }
    @media all and (max-width: 640px) {
      .knowledge-block .knowledge-image {
        width: 100%;
        right: 0;
        height: 52%;
        bottom: auto; } }
    @media all and (max-width: 640px) {
      .knowledge-block .knowledge-image img {
        max-width: none;
        width: 100%; } }
    .knowledge-block .knowledge-image::before {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: '';
      background: rgba(0, 0, 0, 0.4); }
  .knowledge-block .knowledge-content {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    left: auto;
    width: 50%;
    padding: 64px 82px 0; }
    @media all and (max-width: 640px) {
      .knowledge-block .knowledge-content {
        width: 100%;
        left: 0;
        height: 50%;
        top: auto;
        padding: 54px 100px 0 30px; } }
    .knowledge-block .knowledge-content .title-block {
      font: 300 32px/1 'opinion pro', sans-serif;
      padding-bottom: 20px;
      display: inline-block;
      border-bottom: 1px solid #e0e0e0;
      margin-bottom: 20px; }
    .knowledge-block .knowledge-content .text-block {
      font: 300 17px/27px 'opinion pro', sans-serif; }

.knowledge-pagination {
  left: calc(19% - 1px) !important;
  bottom: 76px !important; }
  @media all and (max-width: 640px) {
    .knowledge-pagination {
      bottom: 72px !important;
      left: calc(0% - 114px) !important; } }
  .knowledge-pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 30px !important;
    background: transparent !important;
    border: 1px solid transparent;
    margin-right: 4px !important; }
    @media all and (max-width: 640px) {
      .knowledge-pagination .swiper-pagination-bullet {
        margin-right: 6px !important; } }
    .knowledge-pagination .swiper-pagination-bullet .index {
      position: relative;
      top: 2px;
      font: 400 18px/1 'open sans', sans-serif; }
  .knowledge-pagination .swiper-pagination-bullet-active {
    border: 1px solid #7ec208; }

.knowledge-prev, .knowledge-next {
  top: 76.8%; }
  @media all and (max-width: 640px) {
    .knowledge-prev, .knowledge-next {
      top: 88.8%; } }
  .knowledge-prev svg, .knowledge-next svg {
    width: 21px;
    height: 20px; }
    .knowledge-prev svg .st0, .knowledge-next svg .st0 {
      fill: #a0a0a0; }

.knowledge-prev {
  left: 55.2%; }
  @media all and (max-width: 640px) {
    .knowledge-prev {
      left: 2%; } }

.knowledge-next {
  right: 19%; }
  @media all and (max-width: 640px) {
    .knowledge-next {
      right: 45%; } }

.section-programm {
  background: #fff;
  padding: 150px 0 76px; }
  @media all and (max-width: 640px) {
    .section-programm {
      padding: 74px 0 130px; } }
  .section-programm h2 {
    margin-bottom: 30px; }

.subtitle-h2 {
  font: 300 20px/29px 'opinion pro', sans-serif;
  margin-bottom: 64px; }
  @media all and (max-width: 640px) {
    .subtitle-h2 {
      font: 300 18px/30px 'opinion pro', sans-serif;
      margin-bottom: 48px; } }

.item-programm, .item-course {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 40px; }
  @media all and (max-width: 640px) {
    .item-programm, .item-course {
      margin-bottom: 70px; } }
  .item-programm.i-5, .i-5.item-course {
    margin-bottom: 48px; }
    .item-programm.i-5 .btn-programm, .i-5.item-course .btn-programm {
      width: 240px; }
    @media all and (max-width: 640px) {
      .item-programm.i-5 .check-block, .i-5.item-course .check-block {
        height: 130px !important; }
      .item-programm.i-5 .block-get, .i-5.item-course .block-get {
        height: 180px !important; } }
  .item-programm .top-content, .item-course .top-content {
    padding: 30px 34px 0;
    height: 224px;
    margin-bottom: 40px;
    background-size: cover !important; }
    .item-programm .top-content .title-item, .item-course .top-content .title-item {
      font: 300 29px/1 'opinion pro', sans-serif;
      display: inline-block;
      border-bottom: 1px solid #2c2c2c;
      margin-bottom: 18px; }
    .item-programm .top-content .subtitle-item, .item-course .top-content .subtitle-item {
      font: 400 20px/24px 'open sans', sans-serif; }
    .item-programm .top-content.t-1, .item-course .top-content.t-1 {
      background: url("../images/programm-1.jpg") no-repeat; }
    .item-programm .top-content.t-2, .item-course .top-content.t-2 {
      background: url("../images/programm-2.jpg") no-repeat; }
    .item-programm .top-content.t-3, .item-course .top-content.t-3 {
      background: url("../images/programm-3.jpg") no-repeat; }
    .item-programm .top-content.t-4, .item-course .top-content.t-4 {
      background: url("../images/programm-4.jpg") no-repeat; }
      @media all and (max-width: 640px) {
        .item-programm .top-content.t-4, .item-course .top-content.t-4 {
          background-position: -60px 0; } }
    .item-programm .top-content.t-5, .item-course .top-content.t-5 {
      background: url("../images/programm-5.jpg") no-repeat; }
  .item-programm .check-block-title, .item-course .check-block-title {
    font: 600 20px/1 'open sans', sans-serif;
    margin-bottom: 26px; }
  .item-programm .check-block, .item-course .check-block {
    margin: 0 0 22px 0;
    padding: 0; }
    @media all and (max-width: 640px) {
      .item-programm .check-block, .item-course .check-block {
        margin: 0;
        height: 180px !important; } }
    .item-programm .check-block li, .item-course .check-block li {
      list-style-type: none;
      font: 300 16px/22px 'opinion pro extended', sans-serif;
      margin-bottom: 12px;
      padding-left: 40px;
      position: relative; }
      .item-programm .check-block li svg, .item-course .check-block li svg {
        position: absolute;
        left: 0px;
        top: 2px; }
      .item-programm .check-block li span, .item-course .check-block li span {
        vertical-align: middle; }
  .item-programm .block-get, .item-course .block-get {
    background: #f8fafa;
    padding: 26px 0 8px 30px;
    margin-bottom: 36px; }
    @media all and (max-width: 640px) {
      .item-programm .block-get, .item-course .block-get {
        height: 220px !important; } }
    .item-programm .block-get .check-block-title, .item-course .block-get .check-block-title {
      margin-bottom: 20px; }
    .item-programm .block-get .get-item, .item-course .block-get .get-item {
      display: inline-block;
      margin: 0 16px 10px 0;
      vertical-align: top; }
      .item-programm .block-get .get-item span, .item-course .block-get .get-item span {
        font: 300 16px/1 'opinion pro extended', sans-serif;
        vertical-align: top;
        display: inline-block;
        margin: 10px 0 0 14px; }

@media all and (max-width: 640px) {
  .refresh-block {
    text-align: center; } }

.refresh-block .refresh-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  color: #535353;
  margin-right: 34px;
  cursor: pointer; }
  .refresh-block .refresh-item:hover {
    color: #7ec208; }
    .refresh-block .refresh-item:hover svg {
      transform: rotate(180deg); }
    .refresh-block .refresh-item:hover span {
      border-bottom: 1px solid #7ec208; }
  .refresh-block .refresh-item span {
    display: inline-block;
    font: 400 18px/1 'open sans', sans-serif;
    border-bottom: 1px solid #535353;
    margin-left: 10px; }
  .refresh-block .refresh-item.r-2 {
    color: #7ec208; }
    .refresh-block .refresh-item.r-2:hover {
      color: #5e9106; }
      .refresh-block .refresh-item.r-2:hover svg {
        transform: rotate(0); }
    .refresh-block .refresh-item.r-2 span {
      border-bottom: 1px solid #7ec208; }
    .refresh-block .refresh-item.r-2 .film {
      width: 32px;
      height: 32px; }

.section-capabilities {
  background: fixed url("../images/capabilities-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 125px 0 118px;
  color: #fff; }
  @media all and (max-width: 640px) {
    .section-capabilities {
      padding: 130px 0 70px; } }
  .section-capabilities::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: rgba(0, 0, 0, 0.5); }
  .section-capabilities h2 {
    margin-bottom: 95px; }

.item-capabilities {
  background: rgba(0, 0, 0, 0.5);
  padding: 54px 80px 0;
  height: 250px;
  text-align: center;
  position: relative;
  margin-bottom: 30px; }
  @media all and (max-width: 640px) {
    .item-capabilities {
      padding: 54px 40px 0; } }
  .item-capabilities .number {
    font: 300 14px/1 'opinion pro', sans-serif;
    position: absolute;
    top: 26px;
    left: 26px; }
  .item-capabilities .title-item {
    font: 400 17px/23px 'open sans', sans-serif; }
  .item-capabilities .wrapper-svg {
    margin-bottom: 26px; }

.section-course {
  padding: 94px 0 40px; }
  @media all and (max-width: 640px) {
    .section-course {
      padding: 60px 0 100px; } }
  .section-course h2 {
    margin-bottom: 94px; }
    @media all and (max-width: 640px) {
      .section-course h2 {
        margin: 40px 0 50px; } }

.wrapper-review-slider {
  position: relative; }

.review-next, .review-prev {
  top: 30% !important; }
  @media all and (max-width: 640px) {
    .review-next, .review-prev {
      top: 100% !important; } }
  .review-next svg .st0, .review-prev svg .st0 {
    fill: #7ec208; }

@media all and (max-width: 640px) {
  .review-next {
    right: 100px !important; } }

@media all and (max-width: 640px) {
  .review-prev {
    left: 100px !important; } }

.item-review-video {
  text-align: center;
  margin-bottom: 100px; }
  @media all and (max-width: 640px) {
    .item-review-video {
      margin-bottom: 40px; } }
  .item-review-video .wrapper-review-image {
    width: 155px;
    height: 155px;
    overflow: hidden;
    border-radius: 4px;
    margin: 10px 0 18px;
    display: inline-block;
    border-radius: 50%; }
    @media all and (max-width: 640px) {
      .item-review-video .wrapper-review-image {
        width: 120px;
        height: 120px;
        margin: 10px 0 12px; } }
  .item-review-video .title-review {
    font: 400 21px/1 'open sans', sans-serif;
    margin-bottom: 20px; }
    @media all and (max-width: 640px) {
      .item-review-video .title-review {
        font: 400 21px/1 'open sans', sans-serif; } }
  .item-review-video .btn {
    width: 66%; }
    @media all and (max-width: 640px) {
      .item-review-video .btn {
        width: 70%; } }

.review-video {
  font: 600 26px/1 'open sans', sans-serif;
  color: #2c2c2c;
  position: relative;
  top: 70px;
  left: 40px; }
  .review-video:hover {
    color: #7ec208; }

.review-next {
  top: 44%;
  right: -84px; }

.review-prev {
  top: 44%;
  left: -84px; }

.review-pagination {
  left: -132px !important;
  bottom: 10px !important; }
  .review-pagination .swiper-pagination-bullet {
    margin: 0 8px !important;
    background: #bbb !important; }
  .review-pagination .swiper-pagination-bullet-active {
    background: #7ec208 !important; }

.item-course .top-content.t-1 {
  background: url("../images/course-1.jpg") no-repeat; }

.item-course .top-content.t-2 {
  background: url("../images/course-2.jpg") no-repeat; }

.item-course .top-content.t-3 {
  background: url("../images/course-3.jpg") no-repeat; }

.item-course .top-content.t-4 {
  background: url("../images/course-4.jpg") no-repeat; }

.item-course .top-content.t-5 {
  background: url("../images/course-5.jpg") no-repeat; }

.item-course .top-content.t-6 {
  background: url("../images/course-3.jpg") no-repeat; }

.item-course .top-content .title-item {
  font: 400 20px/26px 'open sans', sans-serif;
  border-bottom: none; }
  .item-course .top-content .title-item span {
    font: 600 20px/26px 'open sans', sans-serif; }

.item-course .block-get .get-item {
  display: block; }

.section-author {
  background: url("../images/author-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 122px 0 0px; }
  @media all and (max-width: 640px) {
    .section-author {
      padding: 72px 0 0px; } }
  .section-author h2 {
    margin-bottom: 116px; }
    @media all and (max-width: 640px) {
      .section-author h2 {
        margin-bottom: 6px; } }

.author-info-block {
  margin: 42px 0 0; }
  .author-info-block .exp-author {
    font: 400 italic 29px/1 'pt serif', sans-serif;
    margin-bottom: 52px; }
  .author-info-block .name-author {
    font: 400 italic 51px/56px 'pt serif', sans-serif;
    position: relative;
    margin-bottom: 36px; }
    @media all and (max-width: 640px) {
      .author-info-block .name-author {
        font: 400 italic 33px/38px 'pt serif', sans-serif;
        margin-bottom: 32px; } }
    .author-info-block .name-author::before {
      content: '';
      width: 48px;
      height: 4px;
      background: #7ec208;
      position: absolute;
      top: -20px;
      left: 0; }
      @media all and (max-width: 640px) {
        .author-info-block .name-author::before {
          top: 90px; } }
  .author-info-block .company-author {
    font: 400 18px/24px 'open sans', sans-serif;
    color: #848484;
    padding-top: 20px;
    border-top: 1px solid #d0d0d0; }

.author-text {
  font: 400 16px/26px 'open sans', sans-serif;
  margin-bottom: 50px; }
  @media all and (max-width: 640px) {
    .author-text {
      font: 400 15px/24px 'open sans', sans-serif;
      margin-bottom: 28px; } }
  .author-text .title-author-text {
    font: 700 italic 23px/28px 'pt serif', sans-serif;
    margin-bottom: 42px; }
    @media all and (max-width: 640px) {
      .author-text .title-author-text {
        font: 700 italic 20px/26px 'pt serif', sans-serif;
        margin-bottom: 12px; } }

.author-image {
  margin: -100px 0 -6px; }
  @media all and (max-width: 640px) {
    .author-image {
      transform: scale(1.2);
      margin: 110px 0 42px; } }

.section-achievements {
  background: url("../images/achievements-bg.jpg") no-repeat 50% 50% transparent;
  padding: 85px 0 78px;
  color: #fff; }
  @media all and (max-width: 640px) {
    .section-achievements {
      padding: 55px 0 38px; } }
  .section-achievements::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: rgba(0, 0, 0, 0.9); }
  .section-achievements h2 {
    margin-bottom: 0px; }

.item-achievements {
  font: 400 15px/22px 'open sans', sans-serif;
  text-align: center; }
  @media all and (max-width: 640px) {
    .item-achievements {
      font: 400 14px/20px 'open sans', sans-serif; } }
  .item-achievements .wrapper-svg {
    margin-bottom: 32px; }

.section-trade {
  padding: 146px 0 0px; }
  @media all and (max-width: 640px) {
    .section-trade {
      padding: 80px 0 0; } }
  .section-trade h2 {
    margin-bottom: 96px; }
    @media all and (max-width: 640px) {
      .section-trade h2 {
        margin-bottom: 48px; } }

.item-trade {
  display: block;
  position: relative;
  cursor: pointer !important;
  margin-bottom: 26px;
  display: block;
  position: relative;
  overflow: hidden; }
  .item-trade img {
    display: block;
    position: relative;
    z-index: 1; }
  .item-trade::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(126, 194, 8, 0.5);
    opacity: 0;
    z-index: 2; }
  .item-trade::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    content: "";
    opacity: 0;
    z-index: 3; }
  .item-trade:hover::before, .item-trade:active::before {
    opacity: 1; }
  .item-trade:hover::after, .item-trade:active::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  @media all and (max-width: 640px) {
    .item-trade {
      margin-bottom: 30px; } }

.section-services {
  padding: 92px 0 108px; }
  @media all and (max-width: 640px) {
    .section-services {
      padding: 75px 0 70px; } }
  .section-services h2 {
    margin-bottom: 36px; }
    @media all and (max-width: 640px) {
      .section-services h2 {
        margin-bottom: 24px; } }
  .section-services .subtitle-h2 {
    margin-bottom: 70px; }
    @media all and (max-width: 640px) {
      .section-services .subtitle-h2 {
        margin-bottom: 32px; } }

.item-services {
  margin-bottom: 60px; }
  .item-services .text-item {
    font: 600 16px/24px 'open sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px; }

.services-info {
  font: 400 17px/24px 'open sans', sans-serif;
  text-align: center; }
  @media all and (max-width: 640px) {
    .services-info {
      position: relative;
      bottom: 24px; } }
  .services-info a, .services-info .underline, .services-info .dashed, .services-info .dotted {
    color: #7ec208;
    border-bottom: 1px solid #7ec208; }
    .services-info a:hover, .services-info .underline:hover, .services-info .dashed:hover, .services-info .dotted:hover {
      color: #5e9106; }

.section-contact {
  padding: 114px 0 80px; }
  @media all and (max-width: 640px) {
    .section-contact {
      padding: 88px 0 80px; } }
  .section-contact h2 {
    margin-bottom: 36px; }
  .section-contact .subtitle-h2 {
    margin-bottom: 96px; }
    @media all and (max-width: 640px) {
      .section-contact .subtitle-h2 {
        margin-bottom: 62px; } }

.contact-block {
  margin-bottom: 62px; }
  .contact-block .title-block {
    font: 600 19px/1 'open sans', sans-serif;
    margin-bottom: 22px; }
  .contact-block .address {
    font: 400 17px/23px 'open sans', sans-serif; }
  .contact-block a, .contact-block .underline, .contact-block .dashed, .contact-block .dotted {
    font: 400 29px/1 'open sans', sans-serif;
    color: #2c2c2c; }
    .contact-block a:hover, .contact-block .underline:hover, .contact-block .dashed:hover, .contact-block .dotted:hover {
      color: #7ec208; }

.map-holder {
  height: 345px; }

.personal-info {
  color: #7ec208;
  border-bottom: 1px solid #7ec208;
  font: 300 12px/15px "open sans";
  position: absolute;
  right: calc(50% - 116px);
  top: 5px; }
  @media all and (max-width: 640px) {
    .personal-info {
      right: calc(50% - 152px);
      top: 18px; } }
  .personal-info:hover {
    color: #5e9106; }

.spoiler-content {
  margin-top: 40px; }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 0px; }
  .section-form .btn {
    width: 300px; }

.form-agree-check {
  font: 300 12px/15px "open sans";
  margin-top: 5px; }
  @media all and (max-width: 640px) {
    .form-agree-check {
      margin-top: 18px; } }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }

.form-agree {
  display: inline-block;
  position: relative; }

.form-free, .form-quest {
  background-image: url("../images/form-free-bg.jpg");
  background-attachment: fixed;
  background-size: cover;
  padding: 124px 0 116px;
  color: #fff; }
  @media all and (max-width: 640px) {
    .form-free, .form-quest {
      padding: 76px 0 66px; } }
  .form-free::before, .form-quest::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: rgba(0, 0, 0, 0.6); }
  .form-free h2, .form-quest h2 {
    font: 300 30px/34px 'opinion pro', sans-serif;
    margin-bottom: 16px; }
  .form-free .subtitle-h2, .form-quest .subtitle-h2 {
    font: 300 19px/1 'open sans', sans-serif;
    margin-bottom: 50px; }

.wrapper-input {
  display: inline-block;
  width: 316px;
  margin: 0 10px;
  position: relative; }
  @media all and (max-width: 640px) {
    .wrapper-input {
      width: 276px; } }
  @media all and (max-width: 640px) {
    .wrapper-input.w-1 {
      margin-left: 0; } }
  @media all and (max-width: 640px) {
    .wrapper-input.w-2 {
      margin-right: 0; } }
  @media all and (max-width: 640px) {
    .wrapper-input.w-3 {
      width: 360px; } }
  .wrapper-input svg {
    position: absolute;
    top: 19px;
    left: 25px; }
  .wrapper-input.mail {
    height: 100%; }
    .wrapper-input.mail svg {
      top: 16px; }

.form-quest {
  background-image: url("../images/form-quest-bg.jpg"); }
